home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Peter Lewis
/
FMenus Example
/
BaseGlobals.p
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-24
|
231 b
|
14 lines
|
[
TEXT/PJMM
]
unit BaseGlobals;
{ Copyright 1992 Peter N Lewis }
{ This source may be used freely for any purposes. }
{ If you can make any money off this file, you're welcome to it! }
interface
var
quitNow: boolean;
implementation
end.